home *** CD-ROM | disk | FTP | other *** search
- /* C code generated by: */
- /* Visual Arts Version 2.1 */
- /* Copyright (c)1994-95 Danny Y. Wong All rights reserved */
- /* Calgary, Alberta (CANADA) */
-
- extern void IconDrawRects(struct Window *Wind);
- extern struct Window *IconWnd;
- extern struct Gadget *IconGadgets[IconNumGads];
-
- void IconDrawRects(struct Window *Wind)
- {
- UWORD offsetx = Scr->WBorLeft;
- UWORD offsety = Scr->WBorTop + Scr->RastPort.TxHeight + 1;
-
- DrawBevelBox(Wind->RPort, 1+offsetx, 0+offsety, 297, 28,
- (GT_VisualInfo), VisualInfo, TAG_DONE);
- SetDrPt(Wind->RPort, 0xFFFF);
- SetOPen(Wind->RPort, 0);
- SetAfPt(Wind->RPort, NULL, 0);
- }
-
- /* gadget functions */
-
- int QuitObj(struct VAobject VAObject)
- {
- return(-1L);
- }
- /* Button Quit */
-
- int icon1Obj(struct VAobject VAObject)
- {
- return(1L);
- }
- /* Hilight */
-
- int icon2Obj(struct VAobject VAObject)
- {
- return(1L);
- }
- /* Hilight */
-
- int icon3Obj(struct VAobject VAObject)
- {
- return(1L);
- }
- /* Hilight */
-
- int icon4Obj(struct VAobject VAObject)
- {
- return(1L);
- }
- /* Hilight */
-
- int icon5Obj(struct VAobject VAObject)
- {
- return(1L);
- }
- /* Hilight */
-
-